projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31b39d1
)
* net/rcirc.el (rcirc-mode): Use hard newlines.
author
Deniz Dogan
<deniz@dogan.se>
Fri, 28 Oct 2011 14:47:50 +0000
(16:47 +0200)
committer
Deniz Dogan
<deniz@dogan.se>
Fri, 28 Oct 2011 14:47:50 +0000
(16:47 +0200)
lisp/ChangeLog
patch
|
blob
|
history
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index bf4d87d340520d94516820440afb711c4437ad9d..4ac4419b163fa0036662a714f4c70fb7bd2d07d8 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2011-10-28 Deniz Dogan <deniz@dogan.se>
+
+ * net/rcirc.el (rcirc-mode): Use hard newlines.
+
2011-10-28 Alan Mackenzie <acm@muc.de>
Amend to indent and fontify macros "which include their own semicolon"
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index 6a912cd6273ecbf2e719b62583e4ecae365f10ba..f6981aeabd99964bdadc6bdf1a4d6304744b2e5a 100644
(file)
--- a/
lisp/net/rcirc.el
+++ b/
lisp/net/rcirc.el
@@
-979,6
+979,7
@@
This number is independent of the number of lines in the buffer.")
(set (make-local-variable 'rcirc-recent-quit-alist) nil)
(set (make-local-variable 'rcirc-current-line) 0)
+ (use-hard-newlines t)
(set (make-local-variable 'rcirc-short-buffer-name) nil)
(set (make-local-variable 'rcirc-urls) nil)